home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility1 / install.zip / INSTALL.INI < prev    next >
INI File  |  1993-06-10  |  534b  |  26 lines

  1. ;
  2. ; sample installation script to drive installer program version 1.0
  3. ;
  4. [install]
  5. ; Title bar of installer window
  6. project=proj
  7. ; default installation directory
  8. default=c:\dir
  9. ; number of disks
  10. disks=1
  11. ; size of installed files on hard disk
  12. size=1000000
  13.  
  14. ; first disk's contents
  15. [disk1]
  16. 1=first.ex_
  17. 2=second.hlp
  18. 3=third.txt
  19.  
  20. ; Program manager group to be created and items therein
  21. ; (format: command line, title)
  22. [group]
  23. 1=first.exe, "Program"
  24. 2=winhelp second.hlp, "Online Help"
  25. 3=notepad third.txt, "README"
  26.